repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added SSCLI 1.0
[windows-sources.git]
/
sdk
/
samples
/
all in on code
/
Visual Studio 2010
/
VBASPNETFileUploadStatus
/
WSFileUploadStatus
/
UploadStatusWindow.ascx.vb
blob
57904fd350930ecd439e4fc7d79c5ed7d5aae288
1
Imports System
.
Collections
.
Generic
2
Imports System
.
Linq
3
Imports System
.
Web
4
Imports System
.
Web
.
UI
5
Imports System
.
Web
.
UI
.
WebControls
6
7
Partial
Public
Class UploadStatusWindow
8
Inherits System
.
Web
.
UI
.
UserControl
9
Protected
Sub
Page_Load
(
ByVal
sender
As Object
,
ByVal
e
As
EventArgs
)
10
11
End Sub
12
End
Class